/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 10px;
	margin-left:-25px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px "Î¢ÈíÑÅºÚ",Verdana;
	line-height:25px;
	z-index:100;
	background-color: white;
	width: 110px;
	visibility: hidden;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7; 
	margin-top:10px;
	text-align:center;
}


.dropmenudiv a{
width: auto;
display: block;

text-align:center;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 3px;
text-decoration: none;
font-weight:700;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #5b8dd4;
}